Logout Request
Function
The logout terminates a session established with RRI. The logout is transmitted to RRI in form of a request.
Features
If the connection is cut without logging out, the session with the RRI server will remain active for a certain period. Thus, you may be unable to log in to the RRI-Server for another session because 7 concurrent sessions may already be running. Logout requests do not reduce the quota.
Request Parameters
A LOGOUT request is composed of the keywords and/or elements listed below:
| K/V Keyword | XML Namespace and Element |
Occurrence |
Type / Length | Value Range | Description |
|---|---|---|---|---|---|
| Action | logout | 1 | enumeration | logout-erule | request type |
| Version | - | 1 | enumeration | version-erule | This is the version. The keyword is only relevant for requests in the key/value format. |
Examples
- xml
- k/v
format: xml
request: logout
<!-- request -->
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<registry-request xmlns="http://registry.denic.de/global/5.0">
<logout/>
</registry-request>
format: xml
response: logout
<?xml version="1.0" encoding="UTF-8"?>
<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
<tr:transaction>
<tr:stid>078db1bf-9f0a-11df-a9e2-9519b5688882</tr:stid>
<tr:result>success</tr:result>
</tr:transaction>
</registry-response>